Hello,
In my team, we’re trialling a new schedule: people are either oncall during the week (Monday 11am to Friday 11am) or during the weekend (Friday 11am to Monday 11am).
As an example, let’s say we have Alice, Bob, Charlie on the team. What we’d like to see is a rota like this:
- Week 1 - Weekdays: Alice
- Week 1 - Weekend: Bob
- Week 2 - Weekdays: Charlie
- Week 2 - Weekend: Alice
- Week 3 - Weekdays: Bob
- …
This use case is one of the schedule examples, but in the example two different teams are responsible for the weekday or weekend shifts. In our case, only one team needs to be on the schedule. For now we’ve hacked it by having the same list of people in both teams, but that’s hardly ideal.
Does anyone have a better solution?